Articles by Gašper Rupnik

Building a Dynamic Command Sample with .NET Aspire

This post demonstrates a minimal example showing how to build an Aspire interactive command that lets you input arguments on the fly before launching a console app.

Running a Python MCP server inside .NET Aspire

In this post, we’ll look at how to run a Python MCP (Model Context Protocol) server inside an Aspire application, integrate it with the MCP Inspector, and expose it via a Dev Tunnel for testing.

Running a Vite Frontend from .NET Aspire

Let’s look at a minimal example where Aspire runs a Vite dev server directly from your project.